From be99b09b0f2dbbd3035060e97e2b98eceb7b2aa8 Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Sat, 15 Feb 2014 02:37:02 +0000 Subject: [PATCH] deprecate overlay format. the vectors were taken out in r2070 2006-05-17. the file had 14 commits since then maintaining this dead code! git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4741 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 5 +---- gpsbabel/{ => deprecated}/overlay.cc | 0 gpsbabel/vecs.cc | 10 ---------- 3 files changed, 1 insertion(+), 14 deletions(-) rename gpsbabel/{ => deprecated}/overlay.cc (100%) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index e4299e614..6168ba561 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -68,7 +68,7 @@ ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o \ saroute.o navicache.o psitrex.o delgpl.o \ text.o html.o netstumbler.o \ igc.o brauniger_iq.o shape.o hiketech.o glogbook.o \ - vcf.o overlay.o google.o xhtmlent.o lowranceusr.o an1.o tomtom.o \ + vcf.o google.o xhtmlent.o lowranceusr.o an1.o tomtom.o \ tef_xml.o maggeo.o vitosmt.o bcr.o \ ignrando.o stmwpp.o cst.o nmn4.o compegps.o \ yahoo.o unicsv.o wfff_xml.o garmin_txt.o gpssim.o \ @@ -900,9 +900,6 @@ nukedata.o: nukedata.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \ filterdefs.h osm.o: osm.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h gbfile.h \ cet.h cet_util.h inifile.h session.h src/core/datetime.h xmlgeneric.h -overlay.o: overlay.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h \ - gbfile.h cet.h cet_util.h inifile.h session.h src/core/datetime.h \ - grtcirc.h ozi.o: ozi.cc defs.h config.h queue.h zlib/zlib.h zlib/zconf.h gbfile.h \ cet.h cet_util.h inifile.h session.h src/core/datetime.h csv_util.h \ jeeps/gpsmath.h jeeps/gps.h jeeps/gpsport.h jeeps/gpsdevice.h \ diff --git a/gpsbabel/overlay.cc b/gpsbabel/deprecated/overlay.cc similarity index 100% rename from gpsbabel/overlay.cc rename to gpsbabel/deprecated/overlay.cc diff --git a/gpsbabel/vecs.cc b/gpsbabel/vecs.cc index 7aed52844..02f583549 100644 --- a/gpsbabel/vecs.cc +++ b/gpsbabel/vecs.cc @@ -90,7 +90,6 @@ extern ff_vecs_t navicache_vecs; extern ff_vecs_t netstumbler_vecs; extern ff_vecs_t nmea_vecs; extern ff_vecs_t nmn4_vecs; -extern ff_vecs_t overlay_vecs; extern ff_vecs_t ozi_vecs; extern ff_vecs_t palmdoc_vecs; extern ff_vecs_t pcx_vecs; @@ -516,15 +515,6 @@ vecs_t vec_list[] = { "vcf", NULL, }, -#if 0 - { - &overlay_vecs, - "overlay", - "Geogrid-Viewer", - "ovl", - NULL, - }, -#endif { &google_vecs, "google", -- 2.30.2